dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlBinaryString Structure / MySqlBinaryString Constructor / MySqlBinaryString Constructor(Byte[])
A buffer that contains binary representation of a string.

In This Topic
MySqlBinaryString Constructor(Byte[])
In This Topic
Initializes a new instance of the MySqlBinaryString structure with binary data.
Syntax
'Declaration
 
Public Function New( _
   ByVal buffer() As Byte _
)
 

Parameters

buffer
A buffer that contains binary representation of a string.
See Also